type net.canceledError
4 uses
net (current package)
net.go#L439: errCanceled = canceledError{}
net.go#L445: type canceledError struct{}
net.go#L447: func (canceledError) Error() string { return "operation was canceled" }
net.go#L449: func (canceledError) Is(err error) bool { return err == context.Canceled }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)